home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cigar Companion Interactive
/
Cigar Companion Interactive.iso
/
pc
/
cigars.dxr
/
BUYING AND STORING_14.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-27
|
399 b
|
14 lines
on exitFrame
go(the frame)
end
on idle
set myMovieSprite to 32
if (the movieRate of sprite myMovieSprite = 0) and (the movieTime of sprite myMovieSprite > (the duration of member the member of sprite myMovieSprite - 120)) and (the movieTime of sprite myMovieSprite > 120) then
setUpLightingMovie(myMovieSprite, "tour")
go(the frame + 1)
else
checkRolls(20, 24, 26)
end if
end